Skip to content

Add BigNumber::parse() / parseNullable() - #116

Merged
BenMorel merged 13 commits into
mainfrom
ofUntrusted
Aug 26, 2026
Merged

Add BigNumber::parse() / parseNullable()#116
BenMorel merged 13 commits into
mainfrom
ofUntrusted

Conversation

@BenMorel

@BenMorel BenMorel commented Aug 9, 2026

Copy link
Copy Markdown
Member

Fixes #115.

@codecov

codecov Bot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.09091% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.72%. Comparing base (a89bc96) to head (999925e).

Files with missing lines Patch % Lines
src/BigNumber.php 98.43% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #116      +/-   ##
============================================
- Coverage     99.05%   98.72%   -0.33%     
- Complexity      779      817      +38     
============================================
  Files            21       21              
  Lines          1901     1968      +67     
============================================
+ Hits           1883     1943      +60     
- Misses           18       25       +7     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BenMorel BenMorel changed the title Add BigNumber::of(Nullable)Untrusted() Add BigNumber::parse() / parseNullable() Aug 22, 2026
@BenMorel
BenMorel force-pushed the ofUntrusted branch 2 times, most recently from 46a7f74 to a676baf Compare August 25, 2026 22:37
@BenMorel
BenMorel merged commit 89b311d into main Aug 26, 2026
42 checks passed
@BenMorel
BenMorel deleted the ofUntrusted branch August 31, 2026 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bounded parsing support for large exponent inputs

2 participants